home *** CD-ROM | disk | FTP | other *** search
-
- rxlistview 1.7 - by Rolf Max Rotvel
-
- DESCRIPTION:
- A listview procedure (Or rather collection of procedures) for your
- Arexx scripts.
-
- INSTALLATION
- Include it your Arexx scripts :-).
-
- USAGE
- Have a look at the included example script. For another example look
- for ClipEd in the util/rexx directory on aminet (Current version is
- cliped110.lha)
-
- NOTE
- If anyone has a way of detecting the use of ctrl as a qualifier then
- please tell me. I'd really like to use ctrl-cursorup/down to move to the
- top or bottom of the list.
-
- CREDITS
- Thanks to:
- Preben Nielsen for showing me how to retrieve font info and mouse
- coodinates.
- Rick Younie's cy 1.1 for inspiration.
- George Stagakis for his bug report.
-
- COPYRIGHT
- No copyright. Do whatever you want with this.
-
- DISCLAIMER
- It's your fault :-)
-
- AUTHOR
- Please send any comments or suggestions to me.
- Email: rolfr@post4.tele.dk
- Fidonet: 2:238/38.2
-
- HISTORY:
- 1.4 - First release
- 1.5 - Moved all initialization stuff into seperate procedure called
- only the first time listview is opened.
- Added highlighting of selected line.
- Various bugfixes and optimizations.
- 1.6 - Listview rolls over now.
- Added support for inline keys.
- Added support for Help and Delete keys.
- Listview wasn't updated properly when adding entries.
- Listview can handle empty lists now.
- Many other internal changes.
- Moved developer stuff to demo script.
- 1.7 - Fixed update error when 'rolling over' to the top.
- Fixed stupid error in testscript (TESTSTEM.16...)
-